
SQL*Plus: Release 8.1.5.0.0 - Production on Mon Aug 2 17:43:16 1999

(c) Copyright 1999 Oracle Corporation.  All rights reserved.


Connected to:
Oracle8i Enterprise Edition Release 8.1.5.0.0 - Production
With the Partitioning and Java options
PL/SQL Release 8.1.5.0.0 - Production

SQL> set serveroutput on
SQL> 
SQL> exec oltp_write.oltp_write_01_check
oltp_write_01_check should return two values of 500,000,499,999. The actual values are 500000499999
and 500000499999
Consistency check passed.

PL/SQL procedure successfully completed.

SQL> exec oltp_write.oltp_write_02_check
oltp_write_02_check should return two identical values (the number of times oltp_write_02 has been
run). The actual values are 0 and 0
Consistency check passed.

PL/SQL procedure successfully completed.

SQL> exec oltp_write.oltp_write_03_check
oltp_write_03_check should return exactly 5,000,000. The actual value is 5000000
Consistency check passed.

PL/SQL procedure successfully completed.

SQL> exec oltp_write.oltp_write_04_check
oltp_write_04_check should return two identical values. The actual values are 0 and 0
Consistency check passed.

PL/SQL procedure successfully completed.

SQL> exec oltp_write.oltp_write_05_check
oltp_write_05_check should return exactly 0. The actual value is 0
Consistency check passed.

PL/SQL procedure successfully completed.

SQL> 
SQL> commit work;

Commit complete.

SQL> exit
Disconnected from Oracle8i Enterprise Edition Release 8.1.5.0.0 - Production
With the Partitioning and Java options
PL/SQL Release 8.1.5.0.0 - Production
